shr.el (shr-tag-color-check): Convert colors to hexadecimal with shr-color->hexadecimal.
authorJulien Danjou <julien@danjou.info>
Tue, 23 Nov 2010 00:03:44 +0000 (00:03 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 23 Nov 2010 00:03:44 +0000 (00:03 +0000)
commitb649d916a34ec9164234b68b95584017f9bb162c
treec729db9c9aa336cbd30bd94d472c75586b846b8f
parentf583d40abe31690d917161b867686db796902216
shr.el (shr-tag-color-check): Convert colors to hexadecimal with shr-color->hexadecimal.
shr-color.el (shr-color->hexadecimal): Add converting functions for RGB() or HSL() color representation.
shr.el (shr-tag-font): Add.
 (shr-tag-color-check): New function to get better colors.
 (shr-tag-insert-color-overlay): Factorize code between tag-font and tag-span.
shr-color.el: New file.
color-lab.el: New file.
lisp/gnus/ChangeLog
lisp/gnus/color-lab.el [new file with mode: 0644]
lisp/gnus/shr-color.el [new file with mode: 0644]
lisp/gnus/shr.el